home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Graphics
/
Morph
/
Morph.app
/
English.lproj
/
preferences.nib
/
data.classes
next >
Wrap
Text File
|
1993-09-05
|
943b
|
65 lines
MorphController = {
ACTIONS = {
showInfoPanel:;
newDocument:;
showInspector:;
showPreferences:;
openDocument:;
};
OUTLETS = {
preferences;
infoPanel;
inspector;
newDocument;
};
SUPERCLASS = Object;
};
HostListView = {
ACTIONS = {
add:;
remove:;
};
OUTLETS = {
textField;
};
SUPERCLASS = NXBrowser;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
CellScrollView = {
ACTIONS = {
};
OUTLETS = {
cellMatrix;
};
SUPERCLASS = ScrollView;
};
PrefController = {
ACTIONS = {
revertColor:;
setHost:;
setColor:;
revertHost:;
takeLineColorBaseFrom:;
};
OUTLETS = {
secondColor;
baseColorOnDissolveEnd;
firstColor;
colorPrefs;
baseColorOnMoveEnd;
baseColorOnMoveStart;
baseColorOn;
hostView;
baseColorOnDissplacement;
prefPanel;
baseColorOnDissolveStart;
baseColorOnControl;
baseColorOnRange;
};
SUPERCLASS = Object;
};